-
Couldn't load subscription status.
- Fork 150
Add support for specifying non-clustered index sort direction #637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you for the PR @gumbarros! After a first glance at the code, it looks quite good. A few tings are still to be done.
|
|
Yw @ckadluba, sorry for the late response. I have added support for reading the new config parameter from the config files. However, I'm not very familiar with the test setup and I'm feeling a bit overwhelmed by the complexity of fixing and writing the tests. I'd really appreciate some help from someone with that part. |
|
Thank you for the updates on the PR. I'll try to take a look at it tomorrow and I will also try to help with the tests. |
* Added unit tests for MicrosoftExtensionsColumnOptionsProvider, MicrosoftExtensionsColumnOptionsProviderTests and SqlCreateTableWriter * Added SetProperty.IfEnumNotNull<T>() and SetProperty.IfEnumProvided<T>() to handle enum column option reading from configuration * Use NonClusteredIndexDirection in WorkerServiceDemo Related issue: serilog-mssql#636
|
Hi @gumbarros! I reviewed your PR. It looks quite good basically but it had to make made some fixes and add some tests (nothing big). My changes are pushed here: https://github.com/ckadluba/serilog-sinks-mssqlserver/tree/issue-636-timestamp-indexdirection. Please pull them into your branch and update the PR, then we should be ready to merge. Cheers, |
Thank you, I made the pull and it said everything is fine, can you run CI again? Cheers, Gustavo |

This closes #636